home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
az
/
cyberx.dxr
/
00085_BOTON VIDEO DEFI.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
296 b
|
16 lines
on mouseUp
global cinta, video, full_video, EnVideo
if cinta = 1 then
set EnVideo to 1
cursor(-1)
set cinta to 2
set the visible of sprite 34 to 0
set video to 1
if full_video = 1 then
go("video completo")
else
go("video defi")
end if
end if
end